emit

suspend fun <I : MVIIntent> I.emit()

Deprecated

Context receivers are deprecated in Kotlin

Replace with

emit(this)

An alias for IntentReceiver.emit


suspend fun <A : MVIAction> A.emit()

Deprecated

Context receivers are deprecated in Kotlin

Replace with

emit(this)

An alias for ActionReceiver.action